home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / help.dir / 00114.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  133 b   |  10 lines

  1. on mouseDown
  2.   set the visible of sprite 26 to 1
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 26 to 0
  8.   go("H1G")
  9. end
  10.